home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0383.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  1007 b   |  33 lines

  1.  
  2. > > 
  3. > >   How can I move an individual bitplane in a bitmap??
  4. > > 
  5.  
  6. > What do you mean exactly, "move an individual bitplane in a bit map"?
  7.  
  8. > You can simulate this effect by having a large off-screen bitmap, and
  9. > copy over (or blit over) the section needed into the specified bitmap.
  10.  
  11. > If this is what you want, I've written some code to allow you use the
  12. > blitter for this purpose.
  13.  
  14. > Regards,
  15.  
  16. > Neil
  17.  
  18. What I would like, is to be able to draw into a specific bitplane
  19. (using BitPlanesBitMap), and then scrolling this individual
  20. bitplane around on top of the existing bitmap.
  21.  
  22. I would greatly appreciate looking at your code, to see if that
  23. does the trick!  Thanks.
  24.  
  25. Dave
  26. -----------------------------------------------------------
  27. Dave Cole                      | Please contact me for info 
  28. s933384@yallara.cs.rmit.oz.au  | about
  29. s933384@minyos.xx.rmit.oz.au   |        The Warhammer 
  30. David_Cole@guru.apana.org.au   |         Compendium
  31. -----------------------------------------------------------
  32.  
  33.